systemd.user.paths.<name>.pathConfig

Each attribute in this set specifies an option in the [Path] section of the unit. See systemd.path(5) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  PathChanged = "/some/path";
  Unit = "changedpath.service";
}
Declared
<nixpkgs/nixos/modules/system/boot/systemd/user.nix>